ArcGIS API for Silverlight - Library Reference
AutoCompleteAsync(IList<Graphic>,IList<Graphic>) Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > GeometryService Class > AutoCompleteAsync Method : AutoCompleteAsync(IList<Graphic>,IList<Graphic>) Method

polygons
The array of polygons that will provide some boundaries for new polygons. The spatial reference of the polygons is specified by sr.
polylines
An array of polylines that will provide the remaining boundaries for new polygons. The spatial reference of the polylines is specified by sr.
Executes the Auto Complete geometry service.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub AutoCompleteAsync( _
   ByVal polygons As IList(Of Graphic), _
   ByVal polylines As IList(Of Graphic) _
) 
C# 
public void AutoCompleteAsync( 
   IList<Graphic> polygons,
   IList<Graphic> polylines
)

Parameters

polygons
The array of polygons that will provide some boundaries for new polygons. The spatial reference of the polygons is specified by sr.
polylines
An array of polylines that will provide the remaining boundaries for new polygons. The spatial reference of the polylines is specified by sr.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.